home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
term
/
vltfonebook.lha
/
VLTFoneBook
/
test.vlt
next >
Wrap
Text File
|
1993-07-29
|
125b
|
10 lines
/* this is test vlt script */
address vlt
parse arg arg1 arg2 .
"emit (this is "arg1"*N)"
"emit (this is "arg2"*N)"
exit